home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 6
/
Aminet 6 - June 1995.iso
/
Aminet
/
util
/
cli
/
Input.lha
/
Exemple
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-12
|
209 b
|
11 lines
;$VER:Small script to show how to use Input
ECHO ""
ECHO "Please enter a directory name > " NOLINE
Input DirName
ECHO ""
ECHO "The directory $DirName contents : "
ECHO ""
DIR $DirName
ECHO ""
UNSETENV DirName